/* 横幅 */
#banner{
	position: relative;
	overflow: hidden;
}
#banner a{
	color:#fff;
}
#banner .swiper_text{
	margin-top:-50px;
	max-width:650px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;-ms-transform: translateY(-50%) !important;-webkit-transform: translateY(-50%) !important;
    right:20%;
    z-index: 5;
}
#banner .swiper_text h3{
	font-size:42px;
	font-weight:700;
	line-height:60px;
	margin-bottom:20px;
}
#banner .swiper_text .t1{
	font-size:26px;
	opacity:0.7;
}
#banner .swiper_text .t2{
	font-size:16px;
	opacity:0.3;
}

#banner .img{
	display:block;
	margin:0 auto;
    width: 100%;
    height: auto;
}
.banner-pagination-center{
	text-align:center;
	position: absolute;
    bottom: 30px;
	height:30px;
	width:100%;
	z-index:900;
}
#banner .banner-pagination {
	display:inline-block;
	width:auto !important;
	background:rgba(0,0,0,0.2);
	height:24px;
	line-height:22px;
	border-radius:50px;
	padding:0 12px;
}
#banner .banner-pagination .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    margin: 0 5px;
	background:#fff;
	border-radius:10px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#banner .banner-pagination .swiper-pagination-bullet-active{
	width:20px;
}


@media screen and (min-width:0px) and (max-width:768px){
	#banner .banner-pagination-center {
		bottom: 5px;
	}
	#banner .swiper_text{
		width:75%;
		right:10px;
		margin-top:0px;
	}
	#banner .swiper_text h3{
		font-size:18px;
		font-weight:700;
		line-height:24px;
		margin-bottom:5px;
	}
	#banner .swiper_text .t1{
		font-size:14px;
		margin-bottom:0px;
	}
	#banner .swiper_text .t2{
		font-size:11px;
		word-break:break-all;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		overflow:hidden;
	}
}

/* 通用标题 */
.topTitle{
	text-align:center;
	margin-bottom:40px;
}
.topTitle h2{
	font-weight:700;
	font-size:36px;
}
.topTitle p{
	font-size:16px;
	color:#999;
	letter-spacing:1px;
	font-weight:300;
}
@media screen and (min-width:0px) and (max-width:768px){
	.topTitle{text-align:center;margin-bottom:30px;}
	.topTitle h2{font-size:24px;}
	.topTitle p{font-size:12px;}
}


/* 产品分类 */
#pdClassfiy{
	position:relative;
	padding:0.25rem 0 0.4rem 0;
	overflow:hidden;
	background:#fff;
}

#pdClassfiy .tag{
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	margin-bottom:20px;
}
#pdClassfiy .tag a{
	padding:0.06rem 0.2rem;
	font-size:15px;
	background:#f6f6f6;
	color:#333;
	margin:5px 10px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#pdClassfiy .tag a.on{
	background:#e6212b;
	color:#fff;
}
#pdClassfiy .item{
	margin-bottom:30px;
	box-shadow:0 0 5px #eee;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#pdClassfiy .item .imgbox{
	border:1px solid #eee;
	border-bottom:0px;
}
#pdClassfiy .item .imgbox img{
	width:100%;
}
#pdClassfiy .item h3{
	font-size:16px;
	background:#f6f6f6;
	font-weight:500;
	margin:0px;
	height:45px;
	line-height:45px;
	color:#333;
	border:1px solid #eee;
	border-top:0px;
	padding:0 5px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	text-align:center;
}
#pdClassfiy .item:hover{
	box-shadow:0 0 10px #eee;
	transform:scale(0.95); 
}
#pdClassfiy .item:hover h3{
	background:#e6212b;
	color:#fff;
}

#pdClassfiy .clist{
	display:none;
}
#pdClassfiy .more{
	display:flex;
	align-items:center;
	padding-top:15px;
}
#pdClassfiy .more a{
	padding:0.06rem 0.25rem;
	margin:0 auto;
	background:#f6f6f6;
	color:#333;
	font-size:15px;
	
}
#pdClassfiy .more a:hover{
	background:#e6212b;
	color:#fff;
	transform:scale(0.95); 
}

@media screen and (min-width:0px) and (max-width:768px){
	#pdClassfiy .row{margin-left:-5px; margin-right:-5px;}
	#pdClassfiy .col-xs-6{
		padding:5px;
	}
	#pdClassfiy .item{margin-bottom:5px;}
	#pdClassfiy .item h3{font-size:14px;}
}



/* 关于我们 */
#about{
	background:url('/tpl/default/skin/img/about_bg.jpg')no-repeat center center;
	background-size:cover;
	padding:0.3rem 0 0.4rem 0;
}
#about .topTitle h2{
	color:#fff;
}
#about .main{
	position:relative;
	display:flex;
	align-items:stretch;
}
#about .left .imgbox img{
	max-width:100%;
	max-height:100%;
	display:block;
	position:relative;
	margin:0 auto;
}
#about .right{
	position:relative;
	display:flex;
	align-items:center;
	margin-left:0.1rem;
}
#about .right .title{
	color:#fff;
	position:relative;
	z-index:99;
	padding-bottom:30px;
}
#about .right .title h2{
	font-size:48px;
	font-weight:500;
}
#about .right .desc{
	position:relative;
	z-index:99;
	color:#fff;
}
#about .right .desc b{
	font-size:32px;
	display:block;
	margin-bottom:20px;
	font-weight:500;
}
#about .right .desc p{
	line-height:32px;
	font-size:15px;
}
#about .right .more{
	margin:40px 0;
}
#about .right .more a{
	position:relative;
	z-index:99;
	display: inline-block;
    padding: 12px 25px;
    background: #fff;
    color: #333;
	transition: .3s ease-in-out;-webkit-transition: .2s ease-in-out;-moz-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;
}
#about .right .more a:hover{
	background:#e6212b;
	color: #fff;
}

@media screen and (min-width:0px) and (max-width:768px){
	#about .right .title{padding-bottom:0px;}
	#about .right .title h2{font-size:32px;}
	#about .right .desc b{font-size:24px;}
	#about .right .more a{padding:6px 12px;}
}

/* 服务 */
#service{
	background:url('/tpl/default/skin/img/service.jpg')no-repeat center center;
	background-size:cover;
	padding:0.55rem 0;
}
#service .list{
	width:340px;
}
#service .list .item{
	background:#3e3a3b;
	height:125px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	border-bottom:1px solid #454243;
	transition: .3s ease-in-out;-webkit-transition: .2s ease-in-out;-moz-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;
}
#service .list .item .center{
	width:240px;
	display:flex;
}
#service .list .item .icon{
	margin-right:15px;
}
#service .list .item .text .p1{
	font-size:18px;
	color:#fff;
	margin-top:2px;
	margin-bottom:0px;
}
#service .list .item .text .p2{
	font-size:14px;
	color:#999;
	margin-bottom:0px;
}
#service .list .item.on{
	background:#d22a1d;
}
#service .list .item.on .p2{
	color:#fff;
}
@media screen and (min-width:0px) and (max-width:768px){
	#service .list {width:100%;}
}



/* 企业案列 */
#demo{
	position:relative;
	padding:0.3rem 0 0.3rem 0;
	overflow:hidden;
	background:#f5f7fb;
}
#demo .item{
	position:relative;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#demo .item .imgbox{
	overflow:hidden;
}
#demo .item .imgbox img{
	width:100%;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#demo .item h3{
	background:#f6f6f6;
	width:100%;
	margin:0px;
	font-size:16px;
	text-align:center;
	height:56px;
	line-height:56px;
	color:#333;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#demo .item:hover h3{
	background:#e6212b;
	color:#fff;
}
#demo .item:hover .imgbox img{
	transform:scale(1.1); 
}
#demo .owl-stage-outer{
	position:relative;
	z-index:99;
}
#demo .owl-nav{
	position:absolute;
	top:50%;
	width:100%;
	z-index:98;
}
#demo .owl-nav .owl-prev{
	position:absolute;
	left:-45px;
	top:-16px;
	font-size:32px;
	color:#e0e0e0;
}
#demo .owl-nav .owl-next{
	position:absolute;
	right:-40px;
	top:-16px;
	font-size:32px;
	color:#eee;
}
#demo .owl-nav .owl-next:hover,#demo .owl-nav .owl-prev:hover{
	color:#999;
}
@media screen and (min-width:0px) and (max-width:768px){
	
}



/* 新闻资讯 */
#news{
	position:relative;
	padding:0.3rem 0 0.3rem 0;
	overflow:hidden;
	background:#fff;
}
#news .item{
	position:relative;
	display:flex;
	height:278px;
	align-items:center;
	box-sizing:border-box;
	background-size:0px !important;
	overflow:hidden;
	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;
}
#news .item:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(230,33,43,0);
	z-index:98;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#news .item:hover{
	background-size:cover !important;
}
#news .item:hover a{
	color:#fff;
}
#news .item:hover:before{
	background:rgba(230,33,43,0.9);
}

#news .item a{
	color:#333;
	display:block;
	padding:30px;
	position:relative;
	z-index:99;
}
#news .item .imgbox{
	overflow:hidden;
}
#news .item .imgbox img{
	width:100%;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#news .item h3{
	width:100%;
	font-size:18px;
	font-weight:700;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
#news .item .desc{
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

#news .owl-stage-outer{
	position:relative;
	z-index:99;
}
#news .owl-nav{
	position:absolute;
	top:50%;
	width:100%;
	z-index:98;
}
#news .owl-nav .owl-prev{
	position:absolute;
	left:-45px;
	top:-16px;
	font-size:32px;
	color:#e0e0e0;
}
#news .owl-nav .owl-next{
	position:absolute;
	right:-40px;
	top:-16px;
	font-size:32px;
	color:#e0e0e0;
}
#news .owl-nav .owl-next:hover,#news .owl-nav .owl-prev:hover{
	color:#999;
}
@media screen and (min-width:0px) and (max-width:768px){
	#news .item a{padding:0 10px;}
	#news .item{height:200px;}
}


/* 合作伙伴 */
#partner{
	background:#f5f7fb;
	padding:0.4rem 0 0.5rem 0;
}
#partner .list{
	overflow:hidden;
	margin-left:-5px;
	margin-right:-5px;
}
#partner .list .item{
	float:left;
	width:20%;
	position:relative;
	top:0px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#partner .list .item a{
	display:block;
	margin:5px;
	text-align:center;
}
#partner .list .item a p{
	height:32px;
	line-height:32px;
	color:#333;
}
#partner .list .item a img{
	max-width:100%;
	display:block;
}
#partner .list .item:hover{
	top:-5px;
}

@media screen and (min-width:0px) and (max-width:768px){
	#partner .list .item{
		width:33.3333%;
	}
}

